home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hydos10 / exe2bin < prev    next >
Text File  |  1991-04-11  |  639b  |  17 lines

  1.                                   EXE2BIN
  2.          Converts a file from .EXE format to .COM or .BIN formats.
  3.  
  4. COMMAND TYPE: External                  VERSION: 2.0 and up
  5.  
  6. USE:  EXE2BIN [d:][path]filename [d:][path][filename]
  7.  
  8. The first [d:][path]filename specifies the name of the input file
  9. (.EXE file).
  10. The second [d:][path][filename] specifies the name of the output file
  11. (.COM file or .BIN (default) ).
  12.  
  13. Not all .EXE files can be converted.  EXE2BIN will report if the file
  14. cannot be converted.  COM files are smaller and load faster than their
  15. EXE equivalents.  This command will normally only be used by
  16. programmers.
  17.